home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / javax / management / IntrospectionException.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  304 b   |  13 lines

  1. package javax.management;
  2.  
  3. public class IntrospectionException extends OperationsException {
  4.    private static final long serialVersionUID = 1054516935875481725L;
  5.  
  6.    public IntrospectionException() {
  7.    }
  8.  
  9.    public IntrospectionException(String var1) {
  10.       super(var1);
  11.    }
  12. }
  13.